From: Carl Schwan Date: Fri, 17 Jan 2025 14:30:57 +0000 (+0100) Subject: Use normal MenuSeparator instead of custom code X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~128^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4549f158574cb1ce8441d14e831315c992a66c59;p=nextcloud-desktop.git Use normal MenuSeparator instead of custom code Signed-off-by: Carl Schwan --- diff --git a/src/gui/tray/CurrentAccountHeaderButton.qml b/src/gui/tray/CurrentAccountHeaderButton.qml index 44a3653d5..ac9d88a65 100644 --- a/src/gui/tray/CurrentAccountHeaderButton.qml +++ b/src/gui/tray/CurrentAccountHeaderButton.qml @@ -100,12 +100,7 @@ Button { Accessible.onPressAction: addAccountButton.clicked() } - Rectangle { - anchors.left: parent.left - anchors.right: parent.right - implicitHeight: 1 - color: palette.dark - } + MenuSeparator {} MenuItem { id: syncPauseButton